Developer --> Technical Publications
PATHHardware Documentation > USB Devices > Mac OS USB DDK API Reference


Device Information Structure

The USB device information structure is of this form:

struct USBDeviceInfo {
    UInt16  usbVendorID;
    UInt16  usbProductID;
    UInt16  usbDeviceReleaseNumber;
    UInt16  usbDeviceProtocol;
};

Field descriptions

usbVendorID
The vendor specific ID for the device
usbProductID
The device product ID
usbDeviceReleaseNumber
The release number for the device
usbDeviceProtocol
Device protocol information for the device

© 1999 Apple Computer, Inc.

Previous | Back Up One Level | Next | Show Frames | Hide Frames